PDF4Java Reference Documentation
com.o2sol.pdf4java.core.encodings Package / PDFCmap Interface / decodeCodepoint Method
Buffer with codepoints.
Offset in buffer.
Size of the codepoint.
In This Topic
    decodeCodepoint Method
    In This Topic
    Decodes a codepoint.
    Syntax
    int decodeCodepoint( 
       byte[] buffer,
       int offset,
       int[] codepointSize
    )

    Parameters

    buffer
    Buffer with codepoints.
    offset
    Offset in buffer.
    codepointSize
    Size of the codepoint.

    Return Value

    The codepoint.
    See Also